05. Ordering Elements with Flexbox
Ordering Elements with Flexbox Heading
Ordering Elements with Flexbox
ND001 C01 L03 05 Ordering Elements With Flexbox
Ordering Elements with Flexbox Recap
There are three ways to explicitly set the order in which items will appear in a grid.
- Moving the HTML code for the elements themselves to reorder
- Appending
-reversetoroworcolumnwill reverse the order in the specified row or column - Using the
orderproperty of the individual items inside the grid